@charset "utf-8";

/* リセット */
body {
  overflow-x: hidden;
  background: #fff !important;
}
#esthe-salon {
  background: #fff;
  color: #43210e;
}
#esthe-salon ul {
  margin-bottom: 0;
  padding: 0;
  -webkit-padding-start: 0;
  list-style: none;
}
.breadcrumb-wrap {
  margin-bottom: 0;
}
.w100{
  width: 100%;
}
.section-wrap{
  padding: 2.5em 0 3em;
}
.max-w {
  max-width: 960px;
  margin: 0 auto;
}
.color01{
  color: #e82993;
}
.color-w{
  color:#fff;
}
.fs-big{
  font-size:140%;
}
.btn-login{
  border-bottom: 3px solid #e26fb1;
  border-radius: .5em;
  background: #f690ca;
}
.btn-login:hover, .salon_info-btn a.btn:hover , .salon_info-btn a.btn:focus{
  opacity: 0.7;
  color:#fff;
}
.btn-reserve{
  padding: .5em 0 .5em .5em;
  border-bottom: 3px solid #008b99;
  border-radius: .5em;
  background: #249fc5;
  color:#fff;
  line-height: 1;
}
.btn-reserve:after{
  padding-left: 1em;
  font-family: FontAwesome;
  text-decoration: none !important;
  content: "\f138";
}
/*ボタンアニメーション*/
.bomb {
  animation: bomb 1.8s ease infinite;
}
@keyframes bomb {
  0% {transform: scale(1);}
  50% {transform: scale(.95);}
  100% {transform: scale(1);}
}
#esthe-salon h2{
  font-size:32px;
}
.reserve_btn-wrap{
  max-width: 580px;
  margin: 1.5em auto 0;
}
.reserve_btn-wrap a img:hover, .ep-cam a:hover, .btn-reserve:hover, .modal-content .close:hover, .modal-content .close:focus, .bnr_repo:hover{
  opacity: 0.7 !important;
}
a.disabled{
  opacity: 0.7;
  pointer-events: none;
}
.disabled img{
  animation:none;
}
.btn-reserve:hover{
  color: #fff;
}
a.color01:hover{
  opacity: 0.8;
  color:#e82993;
  text-decoration: none;
}
.main-bg {
  border-top: 1px solid #e8e8e8;
  background: #fff;
}
.line-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(67,33,14,0.6);
  -moz-box-shadow: 0px 2px 4px rgba(67,33,14,0.6);
  box-shadow: 0px 2px 4px rgba(67,33,14,0.6);
}
.lead-wrap{
  background: #fff2f3;
}
.reason-wrap{
  background: #fbeef8;
}
.lead-ttl{
  height: auto !important;
  padding: .4em 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f797ce, #f797ce 7px,#f690ca 7px, #f690ca 15px);
  background: repeating-linear-gradient(-45deg, #f797ce, #f797ce 7px,#f690ca 7px, #f690ca 15px);
}
.lead-ttl-ef{
  font-weight: normal;
}
.lead-point{
  flex: 1;
  position: relative;
  margin-top: 30px;
  padding: 1.5em 0 .6em;
  border:1px solid;
  border-radius: 15px;
  background: #fff;
  letter-spacing: 1px;
}
.lead-point img{
  position: absolute;
  top:-30px;
  right: 0;
  left: 0;
  max-width: 240px;
}
.koihada-campaign{
  position: relative;
  margin: 4em auto 2em auto;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #fc5c8f;
  padding: 0 0 1em 0;
}
.cont_koihada-campaign { position: relative; }
.txt_koihada-campaign {
  position: absolute;
}
.lead-point01{
  margin-right: .5em;
  border-color: #f477b7;
}
.lead-point01 span{
  color: #f262aa;
}
.lead-point02{
  margin-left: .5em;
  border-color: #0bb9e7;
}
.lead-point02 span{
  color: #0bace1;
}
.txt_repo{
  position: relative;
  padding: 0 2em;
}
.txt_repo:before, .txt_repo:after{
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1.5em;
  height: 2px;
  opacity: 0.8;
  content: '';
}
.txt_lead-reserve{
  position: relative;
  padding: 0 1.8em;
  font-size: 2.6rem;
  letter-spacing: 1px;
}
.txt_lead-reserve:before, .txt_lead-reserve:after{
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 2px;
  content: '';
}
.txt_lead-reserve:before, .ep-cam-emph:before,.txt_repo:before {
  left: 0;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  background-color: #43210e;
}
.txt_lead-reserve:after, .ep-cam-emph:after,.txt_repo:after {
  right: 0;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  background-color: #43210e;
}
.cam-ttl{
  background: #e93d9f;
}
.cam-ttl-line{
  width: 100%;
  padding: .7em;
  border-top:1px dashed #fff;
  border-bottom:1px dashed #fff;
}
.reason-top-ttl{
  display: block !important;
  padding: .4em;
  background: linear-gradient(#dc408f, #d31073);
}
.ep-cam{
  flex: 1;
  position: relative;
  padding: 1em;
  border:1px solid #f797ce;
  border-radius:5px;
  background: #fff;
}
.ep-cam01:before, .review-conts:before{
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
}
.ep-cam01:before{
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: #f797ce #fff #f797ce;
}
.ep-cam02:after{
  position: absolute;
  top:-30px;
  left: -8px;
  width: 85px;
  height: 71px;
  background: url(/images/brand/e_koi-hada/sarani.png) no-repeat;
  background-size: contain;
  content: '';
}
.ep-cam-emph{
  position: relative;
  margin-bottom: .5em;
  padding: 0 2em;
  letter-spacing: 1px;
}
.ep-cam-emph:before, .ep-cam-emph:after{
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 2px;
  content: '';
}
.ep-cam-txt{
  font-size: 2rem;
}
.ep-cam-txt span.color01{
  font-size: 120%;
}
.ep-cam02 .ep-cam-txt span.color01{
  font-size:100%;
}
.ep-cam-date{
  margin-top: 1em;
  padding: .5em;
  border-radius:5px;
  background: #f797ce;
  color: #fff;
}
.koi-cam{
  position: relative;
  margin-top: 3em;
  font-size: 2rem;
}
.koi-cam_line{
  background: linear-gradient(transparent 60%, #fff5dd 0%);
}
.koi-cam:before{
  position: absolute;
  top:-50px;
  left: -85px;
  width: 88px;
  height: 88px;
  background: url(/images/brand/e_koi-hada/motiron.png) no-repeat;
  background-size: contain;
  content:'';
}
.koi-cam-mark{
  max-width: 420px;
  margin: 0 auto;
}
.reason-conts-wrap{
  padding: 0 0 3em;
}
.ttl-reason-point{
  position: relative;
  max-width: 300px;
  margin: 1.5em auto 0;
}
.reason-num-txt {
  position: relative;
  box-sizing: border-box;
  height: 50px;
  padding: 0 30px;
  background: #f797ce;
  color: #fff;
  font-size: 2rem;
  line-height: 50px;
  vertical-align: middle;
}
.reason-num-txt:before, .reason-num-txt:after{
  position: absolute;
  top: 0;
  z-index: 1;
  width: 0px;
  height: 0px;
  content: '';
}
.reason-num-txt:before{
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #fbeef8;
}
.reason-num-txt:after{
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-style: solid;
  border-color: transparent #fbeef8 transparent transparent;
}
.reason-num{
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  z-index: 1;
  width: 34px;
  margin: 0 auto;
  padding: .5em 0;
  border:1px solid #f797ce;
  border-radius: 50%;
  background: #fff;
  color:#249fc5;
  line-height: 1;
}
.reason-conts{
  padding: 1.5em;
  border:1px dashed #f797ce;
  border-radius:.5em;
  background: #fff;
}
.ttl-reason{
  padding: .5em;
  background: url(/images/brand/e_koi-hada/ttl_reason_bg.png) repeat-x;
  background-size: contain;
  font-size: 2.4rem;
}
.txt-reason-01{
  color:#28afcb;
}
.txt-reason-03{
  color:#ff5688;
}
.txt-reason-04{
  position: relative;
}
.txt-reason-04:before, .txt-reason-04:after{
  position: absolute;
}
.txt-reason-04:before{
  top: 50%;
  left: -65%;
  width: 56px;
  height: 77px;
  background: url(/images/brand/e_koi-hada/reason-04_l.png) no-repeat;
  content: '';
}
.txt-reason-04:after{
  top: 100%;
  right: -60%;
  width: 50px;
  height: 48px;
  background: url(/images/brand/e_koi-hada/reason-04_r.png) no-repeat;
  content: '';
}
.flow-wrap{
  padding: 0 5px;
  background: #fff;
}
.flow-wrap h4{
  padding: .3em 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  box-shadow: 0px 0px 0px 5px #e9349b;
  background: #e9349b;
  color:#fff;
  font-size: 2rem;
}
.flow-conts-wrap{
  padding: 1em .5em 1.5em;
}
.flow-conts{
  flex: 1;
  max-width:300px;
  padding: 0 .5em;
  font-size: 1.4rem;
}
.flow-conts-ttl{
  font-size: 1.8rem;
}
.flow-num{
  width: 24px;
  margin-right:.5rem;
  padding: .3em 0;
  border-radius: 50%;
  background: #e9349b;
  color: #fff;
  line-height: 1;
}
.flow-arrow{
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e9349b;
}
.flow-arrow:before, .flow-arrow:after{
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin:0 auto;
  content: '';
}
.flow-arrow:before{
  bottom: -32px;
  border-width: 16px;
  border-style: solid;
  border-color: #e9349b transparent transparent transparent;
}
.flow-arrow:after{
  bottom: -30px;
  border-width: 16px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.flow-img-03{
  position: relative;
}
.flow-img-03:before{
  position: absolute;
  top:-15px;
  right: -4px;
  width: 83px;
  height: 58px;
  background: url(/images/brand/e_koi-hada/flow_balloon.png) no-repeat;
  background-size: contain;
  content: '';
}
.review-conts{
  flex: 1;
  position: relative;
  padding: 2em 1em;
  border:1px solid;
  border-radius:5px;
  background:#fff;
  color:#555;
  line-height: 1.6;
}
.review-conts .border-dott{
  border-bottom: 1px dotted #ccc;
}
.review-conts01{
  border-color: #f797ce;
}
.review-conts01:before{
  border-width: 0 0 25px 25px;
  border-style: solid;
  border-color: #f797ce #fff8f0 #f797ce;
}
.review-conts01 .rev-color{
  color:#f164b5;
}
.review-conts02{
  border-color: #43bff4;
}
.review-conts02:before{
  border-width: 0 0 25px 25px;
  border-style: solid;
  border-color: #43bff4 #fff8f0 #43bff4;
}
.review-conts02 .rev-color{
  color:#1ea9e4;
}
.review-people{
  position: absolute;
  right: 1em;
  bottom: 1em;
  line-height: 1;
}
.review-people span{
  border-bottom:none;
}
.faq-q{
  position: relative;
  padding: .7em .5em .7em 2.4em;
  border:1px solid #f797ce;
  border-radius: 1em;
  background: #fff;
  font-size: 2rem;
  line-height: 1;
}
.faq-a{
  position: relative;
  padding: 1em 1em 1em 3.4em;
  border-radius: 1em;
  background: #fbeef8;
  font-size: 1.4rem;
}
.faq-mark{
  position: absolute;
  font-size: 3rem;
}
.faq-mark{
  left: 10px;
  line-height: 1;
}
.faq-q .faq-mark{
  top:9px;
  color:#249fc5;
}
.faq-a .faq-mark{
  color:#e9349b;
}
.faq-a-txt{
  border-bottom: 1px dashed #e9349b;
  font-size: 1.6rem;
}
.salon-pick-ttl{
  height: auto !important;
  padding: .2em 0;
  background: linear-gradient(#ae906e, #866441);
}
.salon-ttl-line {
  width: 100%;
  padding: .5em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
}
.salon-ttl-line span{
  font-size: 85%;
}
.salon-pick{
  margin: 1em auto;
  padding: 1em;
  border:1px solid #d6c7b7;
  border-radius: 5px;
}
.salon-pick-wrap .flex{
  flex-wrap: wrap;
  position: relative;
}
.salon-info{
  position: relative;
  width: 55%;
}
.salon-name{
  display: block;
  font-size: 2.4rem;
}
.salon-detail{
  margin-bottom: .5em;
}
.salon-detail dl{
  margin-bottom: .5em;
}
.salon-detail dl:first-child:before, .shop_info li:nth-child(2):before{
  margin-right: .3em;
  color: #eb47a4;
  font-family: "fontawesome";
  content: "\f017";
}
.salon-detail dl:nth-child(2):before, .shop_info li:nth-child(3):before{
  margin-right: .5em;
  margin-left: .1em;
  color: #eb47a4;
  font-family: "fontawesome";
  content: "\f041";
}
.salon-detail dl:last-child:before, .shop_info li:last-child:before{
  margin-right: .3em;
  color: #eb47a4;
  font-family: "fontawesome";
  content: "\f238";
}
.salon-detail dt, .salon-detail dd{
  display: inline;
}
.salon-image{
  width: 45%;
  padding-right: 1em;
}
.salon-image img{
  border:3px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
}
/*対象サロン*/
.area_list {
  padding-bottom: 2em;
  background: #fff;
}
.area_wrap ul a:after{
  background-color: #e9349b;
}
.select_area h3{
  padding: .5em;
  border-radius: .5em .5em 0 0;
  background: -webkit-repeating-linear-gradient(-45deg, #e9349b, #e9349b 7px,#ea3ea0 7px, #ea3ea0 15px);
  background: repeating-linear-gradient(-45deg, #e9349b, #e9349b 7px,#ea3ea0 7px, #ea3ea0 15px);
}
.select_area{
  padding-bottom: 1em !important;
  border:1px solid #e9349b;
  border-radius: 1em 1em .5em .5em;
  background: #fff;
}
.area_wrap dl dd a{
  color:#0e9cc7;
}
/*サロン一覧モーダル*/
#popup1 button.close, #popup1 .modal-content .close:hover, #popup1 .modal-content .close:focus {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  color: #bbb;
  font-size: 2.4rem;
  outline: none;
}
.shop_area_wrap {
  overflow-y: auto;
  max-height: 85vh;
  -webkit-overflow-scrolling: touch;
}
.shop_area_wrap .shop_info {
  margin: .5em 0;
  padding: 1em;
  border: solid 1px #ccc;
  border-radius: 5px;
  text-align:left;
}
.shop_info ul{
  margin-bottom: 0;
}
.shop_info li:first-child{
  margin-bottom:.5em;
}
.form-wrap{
  background:#f4f4f4;
}
.form-wrap-conts{
  margin: .5em;
  border:1px solid #1db3c9;
  border-radius: .8em;
  background: #fff;
}
.form-wrap-conts h3{
  padding: .5em;
  border-radius: .4em .4em 0 0;
  background: #1db3c9;
}
.form-conts{
  padding: 0 1em 1em;
}
.salon_info-btn a.btn{
  flex:1;
  margin-top: 1em;
  margin-bottom: 0;
  background:#249fc5;
}
.salon_info-btn a.btn:first-child{
  margin-right: .3em;
}
.salon_info-btn a.btn:last-child{
  margin-left: .3em;
}

@media (max-width:991px) {
  .max-w{padding-right:1em; padding-left: 1em;}
  .ep-cam-txt{font-size: 1.6rem;}
  .ep-cam01::before {
    border-width: 0 0 25px 25px;
  }
  .ep-cam02:after{left: -40px;}
  .flow-img-03:before{top:-15px;width: 75px; background-size: contain; }
}

@media (max-width: 767px) {
  .page-top-box{display: none;}
  footer{margin-top: 0;}
  .fs-big{font-size: 125%;}
  .sp-12{font-size:1.2rem;}
  .sm-left{text-align:left !important;}
  #esthe-salon h2{font-size: 20px;}
  .section-wrap{padding: 2em 0;}
  .btn-reserve{font-size: 1.6rem;}
  .btn-reserve:after{padding-left: .5em;}
  .lead-ttl-ef:before, .lead-ttl-ef:after{top: 0;width: 25px; }
  .lead-ttl-ef:before{left: -35px;}
  .lead-point img{top:-16px; width: 100%;max-width: 180px; margin: 0 auto; }
  .lead-point{margin-top: 16px;}
  .txt_lead-reserve{padding: 0 3em;font-size: 2rem; }
  .txt_lead-reserve:before, .txt_lead-reserve:after{width: 40px;height: 1px; }
  .koihada-campaign{ margin-top: calc((100vw / 320) * 35); margin-bottom: 0; padding-left: .5em; padding-right: .5em; }
  .ttl_koihada-campaign {-webkit-transform: translateY(calc((100vw / 320) * -15)); -moz-transform: translateY(calc((100vw / 320) * -15)); -ms-transform: translateY(calc((100vw / 320) * -15)); transform: translateY(calc((100vw / 320) * -15)); margin-bottom: calc((100vw / 320) * -15) !important;}
  .cont_koihada-campaign { margin-left: calc((100vw / 320) * -15)!important; margin-right: calc((100vw / 320) * -15)!important; }
  .txt_koihada-campaign { bottom: calc((100vw / 320) * 5); left: calc((100vw / 320) * 30); font-size: 12px; text-align: left; }
  .line-ttl{height: 80px;}
  .line-ttl img{max-width: 250px;}
  .cam-ttl{padding: .3em 0;}
  .ep-cam-txt{font-size: 1.6rem;}
  .ep-cam-emph:before, .ep-cam-emph:after{height: 1px;}
  .sarani-arrow_sp{max-width: 50px;margin:.5em auto; }
  .ep-cam02:after{top:-40px;right: 0; left:auto; width: 60px; height: 52px; }
  .ep-cam01:before{border-width: 0 0 15px 15px;}
  .koi-cam{margin-top:2em; margin-left: 2em;font-size: 1.4rem; }
  .koi-cam:before{top:-15px;left:-60px; width: 55px; height: 55px; }
  .koi-cam:after{width: 30px;background-size: contain; }
  .koi-cam-mark .w100:nth-child(2){margin:0 .8em;}
  .ttl-reason{font-size: 1.6rem;}
  .reason-conts{padding: 1em;}
  .rem-parts{width: 90%; margin:0 auto;padding-top: 1em !important; }
  .faq-q{padding-right: 2.4rem;font-size: 1.4rem; }
  .faq-mark{font-size: 2.2rem;}
  .faq-q .faq-mark{top:6px;}
  .faq-a{padding-left: 2.6em;}
  .faq-a-txt{font-size: 1.4rem;}
  .review-conts{margin-bottom: 1em;}
  .review-people{font-size: 1.2rem;}
  .review-conts01:before, .review-conts02:before{ border-width: 0 0 20px 20px;}
  .salon-name{width: 100%;font-size: 1.6rem; }
  .salon-name:after{top:-1em;width: 50px; }
  .flow-cont:not(:last-child){margin-bottom: 1em !important;}
  .reason-num-txt{height: 40px; font-size: 1.6rem; line-height: 40px;}
  .reason-num-txt:before{border-width: 20px 0 20px 10px;}
  .reason-num-txt:after{border-width: 20px 10px 20px 0;}
  .reason-num{top:-28px;width: 35px; padding: .7em 0; }
  .txt-reason-03, .txt-reason-04{font-size: 1.6rem;}
  .flow-conts{max-width: 300px; margin-right: auto; margin-left: auto;padding:0; }
  .flow-conts:not(:first-child){margin-top:2em;}
  .flow-arrow{margin-bottom: 0;}
  .flow-img-03:before{top: -20px;}
  .txt-reason-04:before, .txt-reason-04:after{width: 30px;background-size: contain; }
  .txt-reason-04:before{ top:10px; left:-40px;}
  .txt-reason-04:after{ top:25px; right: -30px;}
  .review-wrap h2 img{width:100%; max-width: 250px; }
  .reason-02-img:last-child, .reason-03-img:last-child{padding-top: 2.5em;}
  .reason-02-img:first-child:after, .reason-03-img:first-child:after{
    position: absolute;
    right: 0;
    left:0;
    width: 0;
    height: 0;
    margin:.8em auto 0;
    border-width: 12px;
    border-style: solid;
    border-color: #f797ce transparent transparent transparent;
    content: '';
  }
  .box-btn-float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 0;
    background-color: rgba(230,230,230,.90);
  }
  .box-btn-float div.btn_wrap {
    padding: .5em 10px;
    padding-bottom: calc(env(safe-area-inset-bottom) + .5em);
  }
  .select_area{margin: 0 1em;}
  .salon-pick{margin:1em 1em 0;}
  .salon-pick-wrap .salon_info-btn{width: 100%;}
}
@media (max-width: 480px) {
  .koihada-campaign { padding-left: 0; padding-right: 0; }
  .ep-cam02 .ep-cam-txt{font-size:4.2vw;}
}
@media (max-width: 320px) {
  .ep-cam02 .ep-cam-txt{font-size:1.6rem;}
  .salon_info-btn a.btn, .ep-cam-emph{font-size: 3.9vmin;}
}

@media (min-width: 768px) {
  .line-ttl img{max-width: 420px;}
  #esthe-salon{font-size: 1.6rem;}
  .area_wrap dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    margin-right: 5px;
    padding-right: 5px;
    border-right: solid 5px #dddddd;
    color: #565656;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
  }
  .flex-pc{display: flex;}
  .lead-point{font-size: 2rem;}
  .lead-point-wrap{justify-content: center;}
  .ttl_koihada-campaign { margin-bottom: -30px !important; -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px);    transform: translateY(-30px); }
  .txt_koihada-campaign {
    bottom: 10px;
    right: 55px;
    text-align: right;
  }
  .koi-cam-mark img{max-width: 120px;}
  .ep-cam01, .review-conts01{margin-right:.5em;}
  .ep-cam02, .review-conts02{margin-left:.5em;}
  .reason-02-img:first-child, .reason-03-img:first-child{flex:1;margin-right: 1em; }
  .reason-02-img:last-child, .reason-03-img:last-child{flex:1;margin-left: 1em; }
    .reason-03-info{ font-size: 1.8rem;}
  .review-wrap .flex-pc:last-child{ margin-top: 1em;}
  .ep-cam02:before{
    position: absolute;
    top:38px;
    left: -10.2%;
    width: 8vw;
    height: 4vw;
    max-width: 76px;
    max-height: 49px;
    background: url(/images/brand/e_koi-hada/sarani-arrow.png) no-repeat center center/contain;
    content: '';
  }
  .txt-reason-01{padding-bottom: 1em;font-size: 2rem; }
  .salon-info{margin-top: 3.5em;}
  .salon-name{position: absolute; right: 0; width: 55%; padding-bottom: .2em; border-bottom: 1px dashed #d6c7b7; line-height: 1;}
  .salon-detail{margin-bottom: 4em;}
  .salon-detail dt{display: inline-block;width: 6em; }
  .salon-pick-wrap .salon_info-btn{position: absolute; right: 0; bottom: 0;width: 55%; }
  .salon-pick-wrap .salon_info-btn a.btn{font-size: 1.8rem;}
  .rem-parts li img{width: 100%;}
}