@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: 11px 5px;
  padding-left: 20px;
}

.btn img{
  position: relative;
  width: 170px;
  display: block;
  margin: 2px auto 7px;
  padding-left: 15px;
}

.kvSec .btn img{
  width: 150px;
  margin: 2px auto 6px;
}

.btn span{
  padding-left: 20px;
}

.btn .btn_inner::before{
  content: "";
  background: url(../assets/img/photo/icon_free.svg) no-repeat;
  background-size: 38px;
  position: absolute;
  margin: auto;
  top: 24%;
  right: 0;
  bottom: 0;
  left: 50px;
}
.kvSec .btn .btn_inner::before{
  background-size: 35px;
  top: 21%;
  right: 0;
  bottom: 0;
  left: 40px;
}
.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: 55px;
}

/* ---------------------------------
	header
---------------------------------- */
section.header{
  width: 100%;
  background: #fff;
}
.header_logo{
  margin: 5px auto;
  text-align: center;
  padding-bottom: 5px;
}
.header_logo img{
  width: 85%;
  vertical-align: middle;
}

/* ---------------------------------
	kv
---------------------------------- */
.kvSec{
  overflow: hidden;
  height: 400px;
  background: #3f495d;
}
.KVswiper-container{
  overflow: hidden;
}

.kvSec .kv_titlebox{
  z-index: 100;
  background: #fff;
  margin: auto;
  padding: 5px;
  position: absolute;
  top: 160px;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  width: 300px;
  height: 220px;
}
.kv_titlebox_inner{
  border: 1px solid #425171;
  padding: 30px 0;
  height: 100%;
}
.kvSec .kv_label{
  position: absolute;
  width: 90px;
  height: 90px;
  top: -65px;
  right: -20px;
}

.kvSec h1.kv_title{
  width: 85%;
  margin: 0 auto;
}

.kvSec .btn_area{
  padding: 30px 15px 0;
}

/* ---------------------------------
	section共通
---------------------------------- */
.sec_header{
  padding: 50px 15px 20px;
}
.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-weight: normal;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  letter-spacing: 0.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: #ee8195;
  color: #fff;
  width: 100%;
  padding: 6px 15px 5px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  max-width: 90%;
  margin-bottom: 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: 29px 0px 26px 7px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.sec_header_ribbon:after {
  top: 0;
  right: 0;
  border-width: 29px 7px 26px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* ---------------------------------
	sec1
---------------------------------- */
.sec1 .sec_header{
  background: #3f495d;
  color: #fff;
  padding: 15px 0 40px;
}
.sec1 .photo_img{
  padding-bottom: 50px;
  background: #3f495d;
}

/* ---------------------------------
	sec2
---------------------------------- */
.sec2{
  background: #ebeef4;
}
.sec2 .sec_header_title{
  font-size: 2.0rem;
  font-weight: 600;
}
.sec2 .e_photo{
  display: flex;
  justify-content: space-between;
  align-items:  flex-start;
}
.sec2 .e_photo img{
  width: 47%;
  border-radius: 8px;
}
.sec2 .e_party{
  display: block;
  margin: 0 10px;
}
.sec2 .e_party li{
  text-align: left;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 15px;
  align-items:  flex-start;
}
.sec2 .e_party li img{
  width: 38%;
  margin-right: 15px;
}
.sec2 .e_party li p{
  padding-top: 19px;
}

/*会場メニュータブ*/
.sec2 .place_list_tabs{
  padding: 0 15px;
}
.sec2 .place_list_tabs_item{
  padding-bottom: 10px;
}
.sec2 .place_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: 5px 0 8px;
  cursor: pointer;
  border-radius: 3px;
}
.sec2 .place_list_tabs_item .inner span{
  font-size: 1.0rem;
  display: block;
  font-weight: normal;
  margin-bottom: 2px;
}
.sec2 .place_list_tabs_item .inner::before,
.sec2 .place_list_tabs_item .inner::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec2 .place_list_tabs_item .inner::before{
  border: 8px solid transparent;
  border-top: 8px solid #c4c4c3;
}
.sec2 .place_list_tabs_item .inner::after {
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  margin-top: -5px;
}
.sec2 .place_list_tabs_item.swiper-slide-thumb-active .inner{
  background: #141726;
  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;
}
.sec2 .place_list_tabs_item.swiper-slide-thumb-active .inner::before{
  border-top: 8px solid #141726;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sec2 .place_list_tabs_item.swiper-slide-thumb-active .inner::after{
  border-top: 12px solid #141726;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*会場リスト*/
.sec2 .place_list_menu_ltem{
  padding: 10px;
}
.sec2 .place_cont{
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  background: #fff;
  position: relative;
	width: auto;
	height: auto;
	text-align: center;
	border: 1px solid #c4c4c3;
  cursor: pointer;
  padding: 30px 18px 10px;
}
.sec2 .place_cont_title{
  text-align: center;
  margin: 0 auto 10px;
  padding-bottom: 15px;
}
.sec2 .place_cont_title img{
  height: 40px;
}
.sec2 .place_cont_lead{
  font-size: 1.5rem;
  text-align: left;
  font-weight: 600;
}
.sec2 .place_cont_text{
  padding: 10px 0 20px;
  text-align: left;
}
.sec2 .place_cont_img{
  display: block;
}
.sec2 .place_cont_img img{
  margin-bottom: 10px;
}
.swiper-button-next {
    background: url(../assets/img/photo/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;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}

/* ---------------------------------
	sec3（料金）
---------------------------------- */
.sec3 .sec_header{
  padding: 50px 0 10px;
}
.sec3 .price_menu{
  display: block;
  padding-bottom: 50px;
}
.sec3 .price_menu_box{
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  background: #fff;
  position: relative;
  width: auto;
  height: auto;
  text-align: center;
  border: 1px solid #c4c4c3;
  cursor: pointer;
  padding: 35px 20px 20px;
}
.sec3 .price_menu_plus{
  padding: 20px;
}
.sec3 .price_menu_plus img{
  width: 50px;
}
.sec3 .price_menu_day{
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  background: #fff7ee;
  position: relative;
  width: auto;
  height: auto;
  text-align: center;
  border: 1px solid #e7d6c4;
  cursor: pointer;
  padding: 20px 20px 20px;
  margin-top: 10px;
}
.sec3 .price_menu_day img{
  height: 25px;
}

.sec3 .point_list{
  padding: 10px 0 15px;
}
.sec3 .point_list li{
  margin-bottom: 30px;
}
.sec3 .point_list li:last-child{
  margin-bottom: 0;
}
.sec3 .point_list_img
{
  width: 85%;
  margin: 0 auto 15px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}
.sec3 .point_list_lead
{
  width: 85%;
  margin: 0 auto 5px;
}
.sec3 .point_list_title{
  margin: 0 auto 8px;
  font-size: 1.9rem;
}
.sec3 .point_list_txt{
  text-align: left;
}

/* ---------------------------------
	sec4（ユーザーボイス）
---------------------------------- */
.sec4{
  background: #ffffff;
}
.sec4 .sec_header{
  background: #ebeef4;
  padding:30px 15px 80px;
}
.sec4 .wrapper{
  margin-top: -60px;
}
.sec4 .voice_list{
}
.sec4 .voice_list li{
  display: block;
  position: relative;
  text-align: justify;
  margin-bottom: 60px;
}
.sec4 .voice_list li:last-child{
  margin-bottom: 40px;
}
.sec4 .voice_list_bach{
  position: absolute;
  top: -25px;
  right: 15px;
  width: 60px;
}
.sec4 .voice_list_img{
  border: 1px solid #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
}
.sec4 .voice_list_title{
  padding: 20px 0 15px;
  text-align: left;
  font-size: 1.9rem;
}
.sec4 .voice_list_title img{
  margin-right: 10px;
  height: 30px;
}
.sec4 .voice_list_txt{
  text-align: left;
  padding-bottom: 3px;
  display: inline;
  border-bottom: 1px solid #e5e5e5;
  line-height: 2.0em;
}

/* ---------------------------------
	sec5（よくある質問）
---------------------------------- */
.sec5 .sec_header{
  padding-bottom: 25px;
}
.sec5 .qa_list{
  padding-bottom: 50px;
}
.sec5 .qa_list li{
  position: relative;
  text-align: left;
  padding-left: 24px;
}
.sec5 .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;
}
.sec5 .qa_list li:nth-child(odd)::before{
  content: "";
  background: url(../assets/img/photo/ico_q.svg) no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  left: 2px;
  width: 16px;
  height: 22px;
}
.sec5 .qa_list li:nth-child(even){
  font-size: 1.4rem;
  margin-bottom: 35px;
}
.sec5 .qa_list li:nth-child(even)::before{
  content: "";
  background: url(../assets/img/photo/ico_a.svg) no-repeat;
  background-size: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 15px;
}

/* ---------------------------------
	sec6（サロン）
---------------------------------- */
.sec6 .sec_header{
  background:  url(../assets/img/photo/img_salon.jpg) no-repeat;
  background-size: cover;
  padding: 40px 15px 140px;
  color: #fff;
  z-index: 10;
}
.sec6 .sec_header::after{
  content: "";
  background-color: #425171;
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 318px;
  z-index: 0;
}
.sec6 .sec_header_day{
  font-size: 1.2rem;
}
.sec6 .sec_header_title span::before,
.sec6 .sec_header_title span::after{
    border-bottom: 1px solid #fff;
}
.sec6 .wrapper{
  margin-top: -120px;
  z-index: 0;
}
.sec6 .salon_list{
  padding: 20px 0 50px;
  z-index: 100;
}
.sec6 .salon_list li{
  text-align: left;
  background: #f0efe9;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 25px 20px;
  position: relative;
}
.sec6 .salon_list li:last-child{
  margin-bottom: 0;
}
.sec6 .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;
}
.sec6 .salon_list_map::before{
  content: "";
  background: url(../assets/img/photo/ico_map.svg) no-repeat;
  background-size: 8px;
  position: absolute;
  top: 10px;
  left: 14px;
  width: 8px;
  height: 12px;
}
.sec6 .salon_list_address{
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.sec6 .salon_list h4{
  font-size: 1.3rem;
  color: #e3874a;
}

/* ---------------------------------
	フォーム
---------------------------------- */
.secForm{
  background: #425171;
}
.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 span{
    display: inline;
  }
  .btn{
    max-width: 600px;
  }
  .btn span::before{
    background-size: 40px;
    top: -11px;
    width: 40px;
    height: 40px;
  }
  .btn .btn_inner,
  .kvSec .btn .btn_inner{
    padding: 23px 0px;
    font-size: 2.4rem;
  }
  .btn .btn_inner::before{
    background-size: 45px;
    top: 26%;
    left: 160px;
  }
  .kvSec .btn .btn_inner::before{
    background-size: 45px;
    top: 26%;
    left: 120px;
  }
  .btn img{
    width: 180px;
  }

  /* ---------------------------------
  	KV(pc)
  ---------------------------------- */
  .header_logo{
    padding: 5px 20px;
  }
  .header_logo img{
    width: auto;
    height: 36px;
    vertical-align: middle;
  }
  .kvSec {
    overflow: visible;
    height: 700px;
    background-size: cover;
    position: relative;
  }
  .kvSec .kv_titlebox {
    position: absolute;
    width: 700px;
    padding: 10px;
    bottom:-300px;
    z-index: 100;
    height: 380px;
  }
  .kv_titlebox_inner{
    padding-top: 50px;
  }
  .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: 90px 0px 40px;
  }
  .sec_header_title{
    font-size: 4.8rem;
    max-width: 1000px;
    margin: auto;
    line-height: 1.7;
  }
  .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.3rem;
    margin-bottom: 12px;
  }
  .sec_header_ribbon{
    font-size: 1.6rem;
    padding: 3px 15px;
    width: 90%;
    max-width: 700px;
  }
  .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 60px;
  }
  .sec1 .sec_header_lead{
    font-size: 1.8rem;
    font-weight: normal;
  }

  /* ---------------------------------
  	sec2
  ---------------------------------- */
  .sec2 .sec_header_title{
    font-size: 2.6rem;
    font-weight: 600;
  }
  .sec2 .e_photo{
    clear: both;
  }
  .sec2 .e_photo img{
    width: 48%;
    float: left;
  }
  .sec2 .e_photo img:last-child{
    float: right;
  }
  .sec2 .clear{
    clear: both;
  }
  .sec2 .e_party{
    display: flex;
  }
  .sec2 .e_party li{
    display: block;
    text-align: center;
  }
  .sec2 .e_party li img{
    width: 86%;
    margin-right: 0;
  }
  .sec2 .place_block{
    padding-bottom: 80px;
  }
  .sec2 .place_list_tabs{
    max-width: 800px;
  }
  .sec2 .place_list_tabs_item{
    padding: 15px 5px 15px;
  }
  .sec2 .place_list_tabs_item .inner{
    padding: 13px 0 10px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .sec2 .place_list_tabs_item .inner span{
    font-size: 1.2rem;
  }
  .sec2 .place_cont{
    padding: 60px 30px 30px;
  }
  .sec2 .place_cont_title span{
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px;
  }
  .sec2 .place_cont_title {
    text-align: center;
    margin: 0 auto 10px;
    padding-bottom: 15px;
    position: absolute;
  }
  .sec2 .place_cont_title img{
    height: 40px;
    margin: 20px 0 0 40px;
  }
  .sec2 .place_cont_lead,
  .sec2 .place_cont_text{
    padding-left: 280px;
  }
  .sec2 .place_cont_lead{
    font-size: 1.8rem;
  }
  .sec2 .place_cont_img{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items:  flex-start;
  }
  .sec2 .place_cont_img img{
    width: 48%;
    height: auto;
  }

  /* ---------------------------------
  	sec3
  ---------------------------------- */
  .sec3 .sec_header{
    padding: 100px 0 50px;
  }
  .sec3 .price_menu{
    display: flex;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .sec3 .price_menu_plus{
    position: relative;
  }
  .sec3 .price_menu_plus img{
    position:relative;
    top:42%;
  }
  .sec3 .price_menu_box{
    width: 45%;
    padding: 35px 20px 20px;
  }
  .sec3 .price_menu_box.second{
    height: fit-content;
  }
  .sec3 .price_menu_day{
    position: absolute;
    right: 0px;
    top: 340px;
    width: 45%;
  }
  .sec3 .point_list{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .sec3 .point_list li{
    width: 32%;
  }
  .sec3 .point_list li:nth-child(2){
    margin-top: 50px;
  }
  .sec3 .point_list_img,
  .sec3 .point_list_lead{
    width: 100%;
  }
  .sec3 .point_list_lead{
    padding-top: 15px;
  }
  .sec3 .point_list_title{
    padding: 10px 0;
    font-size: 2.0rem;
  }

  /* ---------------------------------
    sec4
  ---------------------------------- */
  .sec4 .sec_header {
    padding: 80px 15px 120px;
    text-align: left;
  }
  .sec4 .wrapper{
    margin-top: -60px;
  }
  .sec4 .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;
  }
  .sec4 .voice_list li{
    width: calc(100%/2);
    padding: 0 80px 30px 0;
    position: relative;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .sec4 .voice_list_bach{
    top: -35px;
    right: 95px;
    width: 70px;
  }
  .sec4 .voice_list_title{
    padding: 30px 0 10px;
  }
  .sec4 .voice_list_txt{
    line-height: 2.5em;
  }
  /* ---------------------------------
    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%;
  }

  /* ---------------------------------
    よくある質問
  ---------------------------------- */
  .sec5 .qa_list{
    padding: 30px 50px;
    margin-bottom: 50px;
  }
  .sec5 .qa_list li:nth-child(odd){
    font-size: 1.9rem;
    padding-bottom: 10px;
  }
  .sec5 .qa_list li{
    padding-left: 30px;
  }
  .sec5 .qa_list li:nth-child(odd)::before{
    background-size: 20px;
    width: 20px;
    height: 27px;
  }
  .sec5 .qa_list li:nth-child(even) {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .sec5 .qa_list li:nth-child(even)::before{
    background-size: 18px;
    width: 18px;
    height: 20px;
  }
  /* ---------------------------------
    サロン
  ---------------------------------- */
  .sec6 .sec_header {
    background: url(../assets/img/photo/img_salonPC.jpg) no-repeat;
    background-size: cover;
    padding: 100px 15px 170px;
  }
  .sec6 .sec_header::after {
    content: "";
    background-color: #425171;
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    top: 410px;
    z-index: 0;
  }
  .sec6 .wrapper {
    margin-top: -150px;
  }
  .sec6 .sec_header_day {
    font-size: 1.4rem;
  }
  .sec6 .salon_list{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 30px;
  }
  .sec6 .salon_list li{
    width: 32%;
  }
  .sec6 .salon_list_name{
    text-align: center;
    font-size: 2.0rem;
  }
  .sec6 .salon_list_address{
    text-align: center;
    font-size: 1.4rem;
  }
  .sec6 .salon_list_gmap{
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .sec6 .salon_list p{
    font-size: 1.2rem;
  }
  .sec6 .salon_list li:last-child{
    margin-bottom: 15px;
  }


  /* ---------------------------------
    最後に
  ---------------------------------- */
  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: 600px;
  }
  .kvSec .btn .btn_inner::before {
    left: 65px;
  }
  .kvSec .kv_titlebox{
    width: 600px;
  }
  .sec1 .sec_header {
    padding: 160px 0px 60px;
  }
  .sec2 .e_party li p{
    font-size: 1.4rem;
  }
  .sec3 .price_menu_box.second{
    height: 258px;
  }
  .sec3 .price_menu_day {
    top: 258px;
    width: 44%;
    right: 0px;
  }
  .sec3 .price_menu_day{
    padding: 15px 20px 12px;
  }
  .sec4 .voice_list li{
    padding: 0 30px 30px 0;
  }
  .sec4 .voice_list{
    margin-right: -30px;
  }
  .footer_logo{
    left: 0;
    right: 0;
    margin: auto;
  }
  .footer_infoCompany{
    padding: 45px 0 10px;
  }
}

/* ----------------------------------------------------------------------------
▼▼▼ウィンドウサイズ320px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .btn{
    font-size: 1.4rem;
  }
  .kvSec{
    height: 360px;
  }
  .kvSec .kv_titlebox
  .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%;
  }
  .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;
  }
}
