@charset "UTF-8";
html {
  font-size: 62.5%;
  /* 10px */
}

/*メインイメージ*/
.main_image {
  width: 100%;
  height: 190px;
  margin-top: 86px;
  background: url(../img/main_image_sp.jpg) no-repeat center;
  background-size: cover;
}

.cont_wrap {
  margin: 0 5%;
}
/*お問合せ用cssここから*/
.sec02-inr .main_ttl {
  text-align: center;
}

.top_banner_wrap {
  margin-top: 32px;
}

.top_banner-image_wrap {
  display: flex;
}

.top_banner-txt {
  box-sizing: border-box;
  border: solid 2px #fba9b5;
  color: #848472;
  font-family: sans-serif;
  padding: 4.2%;
  position: relative;
}

.top_banner-txt::after {
  position: absolute;
  content: '';
  background: url(../img/heart.jpg) center no-repeat;
  background-size: contain;
  width: 86px;
  height: 100%;
  z-index: -1;
  right: 3%;
}

.consultation_ttl {
  font-size: 11px;
  letter-spacing: .05em;
}

.consultation_copy {
  font-size: 5.07vw;
  line-height: 1.6;
  letter-spacing: .05em;
  padding-top: 12px;
  box-sizing: border-box;
}

.consultation_copy span {
  color: #fc7186;
  font-size: 6.13vw;
}

.banner_info {
  color: #848472;
  font-family: sans-serif;
  margin-top: 30px;
}

.banner_info dt {
  font-size: 15px;
  letter-spacing: .05em;
  position: relative;
  display: inline-block;
  padding: 0 25px;
}

.banner_info dt::before {
  position: absolute;
  content: '';
  background: url(../img/line_l.png) center no-repeat;
  background-size: cover;
  width: 14px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.banner_info dt::after {
  position: absolute;
  content: '';
  background: url(../img/line_r.png) center no-repeat;
  background-size: cover;
  width: 14px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.banner_tel {
  margin-top: 21px;
  background-color: #fff;
}

.banner_tel a {
  color: #848472;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 6px 0;
}

.tel_number {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 8%;
}

.tel_number::before {
  position: absolute;
  content: '';
  background: url(../img/iphone.png) center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 100%;
}

.representative {
  font-size: 12px;
}

.banner_hours {
  text-align: right;
}

.ttl_slect {
  padding-top: 42px;
}

.ttl_slect {
  color: #848472;
  font-family: sans-serif;
  letter-spacing: .05em;
  line-height: 1.5;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.link_btn {
  padding-top: 18px;
}

.consultation_txt-wrap {
  margin: 0 5%;
  font-family: sans-serif;
  color: #848472;
  border-bottom: solid 1px #848472;
  padding-top: 36px;
}

.ttl_about {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.ttl_about::after {
  display: block;
  flex: 1;
  content: '';
  border-top: solid 1px #848472;
  margin-left: 10px;
}

.description {
  padding: 14px 0 18px 0;
}

.description dt {
  font-size: 4.27vw;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .05em;
}

.description dd {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.6;
  padding-top: 11px;
}
/*お問合せ用cssここまで*/

/*サロン*/
.main .salon_ttl {
  padding-top: 36px;
  font-size: 4.27vw;
}

.salon_add {
  padding-top: 10px;
  font-size: 13px;
}

.map_wrapper {
  /*padding-top: 10px;*/
}

/* 各サロン*/
#SALON {
  padding-bottom: 48px;
}

.salon_detail_wrap {
  margin-left: 5%;
  margin-right: 5%;
}

.main .ttl_salon {
  font-size: 16px;
  display: flex;
  display:-ms-flexbox;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  padding-top: 52px;
  padding-bottom: 32px;
}

.main .ttl_salon::before, .main .ttl_salon::after {
  display: block;
  -webkit-box-flex: 0 0 24px;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
  content: '';
  border-top: solid 1px #0d3956;
}

.main .ttl_salon::before {
  margin-right: 10px;
}

.main .ttl_salon::after {
  margin-left: 10px;
}

.salon_name {
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
}

.color_kagura {
  color: #FC7C91;
}

.color_kadode{
  color: #698F33;
}

.desk_name {
  color: #FC7C91;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
}

.access_info {
  color: #707070;
}

.access_info li {
  font-size: 13px;
  line-height: 1.5;
}

.ttl_desk {
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: 16px;
}

.ttl_access {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 10px;
}

.map_box iframe {
  width: 100%;
  height: 236px;
}

.map_detail {
  color: #707070;
  font-size: 14px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 10px;
}

.map_zoom {
  font-size: 13px;
  line-height: 1;
  color: #707070;
  text-align: right;
  display: block;
  padding-top: 13px;
}

.kagurazaka_salon {
  border-bottom: solid 1px #666;
  padding-bottom: 45px;
}

.kadode_salon {
  padding-top: 45px;
}

 /*ボタン*/
.salon_btnbox {
  padding-top: 14px;
}

 .salon_btnbox a {
   padding: 10px 0;
 }
.icon_wrap._tel {
  position: relative;
  padding-left: 22px;
}

.icon_wrap._tel::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/icon_iphone.svg) center no-repeat;
  background-size: contain;
  width: 14px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.btn-color {
  border: 1px solid #98988A;
}
.btn-text {
  color: #707070;
  font-size: 14px;
}
/*ボタン メール*/
.main .btn-color-mail {
  border: 1px solid #FBA9B5;
}
.btn-color-mail-kadode {
  border: 1px solid #698F33;
}
.btn-text.mail_txt {
  color: #FBA9B5;
  font-size: 14px;
}
.btn-text.mail_txt-kadode {
  color: #698F33;
  font-size: 14px;
}
.icon_wrap._mail {
  position: relative;
  padding-left: 40px;
}

.icon_wrap._mail::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/icon_email.svg) center no-repeat;
  background-size: contain;
  width: 25px;
  height: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.icon_wrap._mail.kadode_mai_icon::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/icon_email-kadode.svg) center no-repeat;
  background-size: contain;
  width: 25px;
  height: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_image {
    width: 100%;
    height: 190px;
    margin-top: 86px;
    background: url(../img/main_image_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .top_banner_wrap {
    margin-top: 32px;
    padding-bottom: 2.6%;
    box-shadow: 5px 5px #f4f0e9;
  }
  .top_banner-txt::after {
    width: 32.711864%;
  }
  .top_banner-txt {
    padding: 2.2%;
  }
  .consultation_ttl {
    font-size: 1.56vw;
  }
  .consultation_copy {
    font-size: 2.46vw;
    padding-bottom: 4px;
  }
  .consultation_copy span {
    font-size: 3.18vw;
  }
  .consultation_lead {
    font-size: 1.76vw;
    padding-top: 12px;
  }
  .banner_info {
    width: 35.547457%;
  }
  .banner_info {
    margin-top: 21px;
    margin-right: 8%;
    position: relative;
    padding-left: 29.508474%;
  }
  .banner_info::before {
    position: absolute;
    content: '';
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
    width: 37.43026%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .banner_info dt {
    font-size: 1.69vw;
  }
  .banner_tel {
    margin-top: 14px;
  }
  .banner_tel a {
    font-size: 2.73vw;
  }
  .banner_hours {
    font-size: 1.69vw;
  }
  .ttl_slect {
    font-size: 20px;
  }
  .consultation_txt-wrap {
    width: 78%;
    margin: 0 auto;
  }
  .ttl_about {
    width: 37%;
  }
}

@media screen and (min-width: 1024px) {
  .cont_wrap {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
  }
  .tb {
    display: none;
  }
  .top_banner_wrap {
    padding-bottom: 30px;
    margin-top: 52px;
  }
  .top_banner-txt::after {
    width: 34.711864%;
  }
  .top_banner-txt {
    padding: 2.8%  28px 0 28px;
    border: solid 4px #fba9b5;
  }
  .consultation_ttl {
    font-size: 19px;
  }
  .consultation_copy {
    padding-top: 17px;
  }
  .consultation_copy span {
    font-size: 40px;
  }
  .consultation_lead {
    font-size: 18px;
    padding-top: 24px;
  }
  .banner_info {
    width: 423px;
    margin-top: 21px;
    margin-right: 76px;
    position: relative;
    padding-left: 29.508474%;
  }
  .banner_info::before {
    position: absolute;
    content: '';
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
    width: 37.43026%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .banner_info dt {
    font-size: 18px;
  }
  .banner_tel a {
    font-size: 34px;
  }
  .tel_number::before {
    width: 29px;
  }
  .representative {
    font-size: 23px;
  }
  .banner_hours {
    font-size: 18px;
  }
  .ttl_slect {
    font-size: 28px;
    padding-top: 76px;
  }
  .link_btn {
    padding-top: 51px;
  }
  .link_btn .animated:hover {
    -webkit-animation: swing 1s;
            animation: swing 1s;
  }
  .consultation_txt-wrap {
    width: 980px;
    margin: 0 auto;
    padding-top: 51px;
  }
  .ttl_about {
    font-size: 17px;
  }
  .description {
    padding: 27px 0 47px;
  }
  .description dt {
    font-size: 20px;
    font-weight: normal;
  }
  .description dd {
    font-size: 16px;
    line-height: 2;
  }
  .ttl_contact {
    font-size: 24px;
    margin-top: 86px;
  }
  .salon_contact {
    padding: 19px 27px 37px;
  }
  .salon_contact dt {
    font-size: 17px;
  }
  .salon_contact dd {
    font-size: 13px;
    line-height: 1.6;
  }
  .salon_box {
    margin-top: 68px;
  }
  .main .salon_ttl {
    font-size: 22px;
    padding-top: 76px;
  }
  .map_wrapper {
    /*padding-top: 30px;*/
}
/*各サロン*/
  #SALON {
    padding-bottom: 78px;
  }
  .salon_detail_wrap {
    width: 90%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .ttl_salon {
    font-size: 24px;
    padding-top: 92px;
    padding-bottom: 61px;
    font-weight: normal;
  }
  .main .ttl_salon::before, .main .ttl_salon::after {
    display: block;
    -webkit-box-flex: 0 0 62px;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    content: '';
    border-top: solid 1px #0d3956;
  }
  .main .ttl_salon::before {
    margin-right: 17px;
  }
  .main .ttl_salon::after {
    margin-left: 17px;
  }
  .salon_name {
    font-size: 20px;
  }
  .desk_image {
    padding: 20px 0 26px;
  }
  .access_info li {
    font-size: 14px;
  }
  .salon_detail-inner {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
  }
  .desk_box {
    width: 655px;
  }
  .map_box {
    width: 461px;
    padding-top: 20px;
  }
  .kagurazaka_salon {
    padding-bottom: 56px;
  }
  .kadode_salon {
    padding-top: 66px;
  }
  /*ボタン*/
  .salon_btnbox {
    text-align: center;
    padding-top: 35px;
  }
  .salon_btnbox a {
    display: inline-block;
    font-family: sans-serif;
    width: 265px;
    box-sizing: border-box;
    padding: 13px 0;
  }

  .btn {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
  }
  .btn.btn-hover .btn-bg-tel {
    width: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn.btn-hover .btn-bg-tel-tel {
    background-color: #AE2424;
  }
  .btn .btn-bg-tel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn:hover .icon_wrap._tel {
  position: relative;
}
.btn:hover .icon_wrap._tel::before {
  position: absolute;
  display: inline-block;
  content: '';
  background: url(../img/icon_iphone-w.svg) center no-repeat;
  background-size: contain;
  width: 14px;
  height: 24px;
  left: 0;
  z-index: 1;
}
.btn.btn-hover .btn-bg-tel {
    background-color: #98988A;
  }
  .btn.btn-hover:hover .btn-text {
    color: #FFFFFF;
  }
  .btn.btn-hover .btn-bg-tel {
    width: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn.btn-hover:hover .btn-text {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn.btn-hover:hover .btn-bg-tel {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn .btn-text {
    position: relative;
    z-index: 2;
    font-size: 14px;
    letter-spacing: 2px;
  }
  /*ボタン メール*/
  .main .btn-color-mail {
    margin-left: 27px;
  }
  .btn-color-mail-kadode {
    margin-left: 27px;
  }
  .btn:hover .icon_wrap._mail {
    position: relative;
  }
  .btn:hover .icon_wrap._mail::before {
    position: absolute;
    display: inline-block;
    content: '';
    background: url(../img/icon_email-w.svg) center no-repeat;
    background-size: contain;
    width: 25px;
    height: 19px;
    left: 0;
    z-index: 1;
  }
  .btn.btn-hover .btn-bg-mail {
    width: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn.btn-hover .btn-bg-mail  {
    background-color: #AE2424;
  }
  .btn .btn-bg-mail  {
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn.btn-hover .btn-bg-mail  {
      background-color: #FBA9B5;
    }
    .btn.btn-hover .btn-bg-mail.kadode_bg  {
        background-color: #698F33;
      }
    .btn.btn-hover:hover .btn-text {
      color: #FFFFFF;
    }
    .btn.btn-hover .btn-bg-mail {
      width: 0;
      height: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .btn.btn-hover:hover .btn-text {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .btn.btn-hover:hover .btn-bg-mail {
      width: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
}

@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
  .top_banner-image_wrap {
    flex-direction: column-reverse;
  }
  .consultation_lead {
    display: none;
  }
  .banner_info {
    text-align: center;
  }
  .banner_tel a {
    display: block;
    border: solid 1px #848472;
  }
  .banner_hours {
    display: none;
  }
  .link_btn li:not(:first-of-type) {
    padding-top: 24px;
  }
  .description dt {
    text-align: center;
  }
  .salon_image {
    width: 72%;
  }
  .location {
    margin-top: 12px;
  }
  .salon_contact {
    border-bottom: solid 6px #f4f0e9;
  }

  /*各サロン*/
  .desk_image {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .map_box {
    padding-top: 35px;
  }
  /*ボタン*/
  .main .btn {
    width: 265px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .main .btn-color-mail {
    margin-top: 28px;
  }
}

@media screen and (min-width: 767px) {
  .top_banner_wrap {
    box-shadow: 8px 8px #f4f0e9;
  }
  .top_banner-txt::after {
    top: -6%;
  }
  .top_banner-txt {
    width: 50%;
  }
  .consultation_copy {
    line-height: 1.4;
    border-bottom: solid 1px #848472;
  }
  .consultation_lead {
    line-height: 1.6;
  }
  .top_banner-image {
    width: 50%;
  }
  .banner_under_wrap {
    display: flex;
    justify-content: flex-end;
  }
  .tel_number {
    padding: 8px 0 8px 11%;
  }
  .link_btn {
    display: flex;
    justify-content: center;
  }
  .link_btn li {
    width: 31%;
  }
  .link_btn li:not(:first-of-type) {
    margin-left: 88px;
  }
  .salon_wrap {
    display: flex;
    justify-content: space-between;
  }
  .ttl_contact {
    width: 26%;
  }
  .salon_top {
    display: flex;
    justify-content: space-between;
  }
  .salon_image {
    width: 48.6725664%;
  }
  .location {
    position: relative;
    width: 100%;
    padding-top: 73.4545%;
  }
  .location iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .location_wrap {
    width: 48.6725664%;
  }
  .salon_contact {
    align-items: flex-start;
  }
  .salon_box {
    width: 47.881355%;
    box-shadow: 8px 8px #f6f6f6;
  }
}

@media screen and (max-width: 1289px) and (min-width: 1024px) {
  .consultation_copy {
    font-size: 2.34vw;
  }
}

@media (min-width: 1290px) {
  .consultation_copy {
    font-size: 32px;
  }
}
