@charset "UTF-8";
.cont_wrap {
  margin: 0 5%;
}

.main_ttl {
  padding-top: 4.2rem;
}

.main_ttl span {
  display: inline-block;
  font-size: 12px;
}

/*お問い合わせ用↓ここからcss*/
html {
  font-size: 62.5%;
  /* 10px */
}

.main_weekday {
  background-image: url(../img/weekday/top_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 226px;
  margin-top: 7%;
}

.main_weekday div {
    position: relative;
    top: 25%;
    width: 100%;
    height: auto;
    margin: 0% auto;
}

.main_consultation {
  background-image: url(../img/consultation/top_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 226px;
  margin-top: 7%;
}

.main_consultation div {
    position: relative;
    top: 25%;
    width: 100%;
    height: auto;
    margin: 0% auto;
}

.main .main_ttl {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding-top: 5.2rem;
  font-weight: normal;
}

.main .ttl_weekday {
  font-family: sans-serif;
  font-weight: bold;
  color: #636353;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-top: 5.6rem;
  /*
  &::before {
    position: absolute;
    content: '';
    background: url(../img/weekday/weekday_img.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: -3.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    @include media(m) {
      height: 200%;
      top: -3rem ;
    }
    @include media(xl) {
      height: 230%;
      top: -40px;
    }
  }
  */
}

.ttl_shadow {
  text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.ttl_bg-weekday {
  position: relative;
}

.ttl_bg-weekday::before {
  position: absolute;
  content: '';
  background: url(../img/weekday/weekday_img.png) no-repeat center;
  background-size: contain;
  width: 80%;
  height: 100%;
  top: -3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.ttl_bg-holiday {
  position: relative;
}

.ttl_bg-holiday::before {
  position: absolute;
  content: '';
  background: url(../img/consultation/contct_img.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: -3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.ilust {
  margin: 0;
}

.weekday_lead {
  font-family: sans-serif;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: .05em;
  color: #636353;
  padding-top: 2rem;
}

.ttl_recommended {
  font-family: sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .1em;
  position: relative;
  padding: 0.6rem 0;
}

.ttl_recommended::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #aae6c1;
  z-index: -1;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.ttl_recommended.__holiday::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fba9b5;
  z-index: -1;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.ttl_reco-inner {
  position: relative;
}

.ttl_reco-inner::before {
  content: '♡';
  font-size: 1.7rem;
  color: #fff;
  padding-right: 3px;
}

.ttl_reco-inner::after {
  content: '♡';
  font-size: 1.7rem;
  color: #fff;
  padding-left: 3px;
}

.doubt_wrap {
  padding-top: 3.6rem;
}

.doubt_wrap li:not(:first-of-type) {
  margin-top: 5rem;
}

.doubt_txt {
  font-family: sans-serif;
}

.doubt_txt dt {
  color: #fba9b5;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1.5;
}

.doubt_txt dd {
  color: #636353;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: .05em;
  padding-top: 1.4rem;
}

.doubt_txt.__holiday dt {
  color: #aae6c1;
}

_::-webkit-full-page-media, _:future, :root, .doubt_txt dt {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

_::-webkit-full-page-media, _:future, :root, .doubt_txt dd {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

.merit_wrap {
  /*padding-top: 2.2rem;*/
}

.ttl_merit {
  color: #848472;
  font-family: sans-serif;
  font-size: 1.6rem;
  letter-spacing: .05em;
  font-weight: normal;
  margin-top: 2.2rem;
}

.ttl_color {
  color: #fba9b5;
}

.ttl_number {
  font-family: 'Allura', cursive;
  font-size: 4.8rem;
}

.merit_box {
  position: relative;
  border: solid 1px #aae6c1;
  box-sizing: border-box;
  padding: 5% 6%;
  font-family: sans-serif;
  color: #636353;
}

.merit_box h4 {
  font-weight: normal;
  font-size: 1.9rem;
  padding-left: 16%;
}

.merit_box h5 {
  line-height: 1.5;
  font-size: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 3.2%;
}

.merit_box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.8em;
  height: 3.8em;
  background: url(../img/weekday/advantage.png) no-repeat center;
  background-size: cover;
  z-index: 3;
}

.merit_txt {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: .05em;
  padding-top: 2rem;
}

.form_wrap {
  padding-top: 4rem;
}

.btn_contact_wrap {
  box-sizing: border-box;
  text-align: center;
  /*
	.btn-color {
    border: 2px solid $color_main;
	}*/
}

.btn_contact_wrap .btn {
  display: block;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  overflow: hidden;
  box-sizing: border-box;
}

.btn_contact_wrap .btn .btn-text {
  font-family: sans-serif;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  letter-spacing: .05em;
  display: block;
  padding: 5.2% 0;
}

.btn_contact_wrap .btn .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.btn-color {
  border: 1px solid #fc7186;
  color: #fc7186;
}

.btn-color2 {
  border: 1px solid #5ad288;
  color: #5ad288;
}

.btn-color3 {
  border: 1px solid #848472;
  color: #848472;
}

.btn_tel {
  margin-top: 3rem;
  border: 1px solid #848472;
}

.btn_tel a {
  color: #848472;
  font-family: sans-serif;
  font-size: 1.5rem;
  display: block;
  padding: 5.2% 0;
  text-align: center;
}

.btn_icon {
  position: relative;
}

.btn_icon::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/weekday/icon_iphone.png) no-repeat center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 23%;
  width: 15px;
  height: 100%;
}

.ttl_consultation {
  color: #848472;
  font-family: sans-serif;
  letter-spacing: .05em;
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 6.4rem;
}

.ttl_consultation h3 {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
}

.ttl_consultation h3::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/consultation/line_l.png) center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 100%;
  left: 0;
}

.ttl_consultation h3::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/consultation/line_r.png) center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 100%;
  right: 0;
}

.holiday_form_wrap {
  padding-top: 3rem;
}

.holiday_form_inner {
  color: #848472;
  font-family: sans-serif;
  letter-spacing: .05em;
  line-height: 1.5;
  font-size: 1.2rem;
  box-sizing: border-box;
  border-top: solid 1px #848472;
  border-left: solid 1px #848472;
  box-shadow: 8px 8px #f6f6f6;
  padding: 1.8rem 1.8rem 2.8rem 1.8rem;
}

.holiday_form_inner dt {
  letter-spacing: .1em;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 1px #848472;
  display: inline-block;
  padding-right: 1rem;
  line-height: 1.5;
}

.holiday_form_inner dd {
  letter-spacing: .05em;
  line-height: 1.5;
  font-size: 1.3rem;
  padding-top: 1.8rem;
}

.btn_holiday {
  display: flex;
  justify-content: center;
  line-height: 3;
  box-sizing: border-box;
  font-size: 1.5rem;
  width: 94%;
  margin: 2.6rem auto 0;
}

.btn_holiday .icon_mail {
  color: #fba9b5;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
  box-sizing: border-box;
}

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

.btn_holiday .icon_tel {
  color: #848472;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-left: 2.6rem;
  box-sizing: border-box;
}

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

.btn_contact {
  border: solid 2px #fba9b5;
}

.btn_iphone {
  border: solid 2px #848472;
}

.main .salon_ttl {
  padding-top: 64px;
  font-size: 16px;
  padding-bottom: 24px;
}

.salon_add {
  padding-top: 10px;
  font-size: 13px;
}
/*お問い合わせ用↑ここまでcss*/


@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_image {
    width: 100%;
    height: 190px;
    margin-top: 86px;
    background: url(../img/consultation/main_image_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .main_image_holiday {
    width: 100%;
    height: 190px;
    margin-top: 86px;
    background: url(../img/consultation/main_image_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .ttl_weekday {
    margin-top: 5.6rem;
    padding-top: 24px;
  }
  .ttl_weekday.__holiday {
    padding-top: 6px;
  }
  .ttl_bg-weekday::before {
    top: -1rem;
  }
  .ttl_bg-holiday::before {
    top: -3rem;
  }
  .weekday_lead {
    padding-top: 1.2rem;
  }
  .ttl_recommended {
    padding: 0.8rem 1.6rem;
    font-size: 1.5rem;
    margin-top: 3.2rem;
  }
  .doubt_wrap {
    padding-top: 1.8rem;
  }
  .doubt_wrap li {
    width: 94%;
    padding: 2rem;
  }
  .doubt_txt dd {
    padding-top: 0.8rem;
    font-size: 10px;
  }
  .merit_box {
    padding: 3% 2%;
  }
  .merit_box h4 {
    font-size: 1.7rem;
  }
  .merit_box h5 {
    font-size: 1.56vw;
  }
  .merit_txt {
    font-size: 1.3vw;
    line-height: 1.5;
    padding-top: 5%;
  }
  .form_wrap {
    width: 76%;
    margin: 0 auto;
    max-width: 536px;
  }
  .btn_contact_wrap .btn {
    width: 249px;
  }
  .btn_contact_wrap .btn .btn-text {
    font-size: 1.2rem;
    padding: 5.3% 6%;
  }
  .btn_tel {
    width: 249px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_tel a {
    font-size: 1.2rem;
    padding: 5.3% 6%;
  }
  .btn_icon::before {
    width: 10px;
  }
  .holiday_form_wrap {
    max-width: 700px;
    margin: 0 auto;
  }
  .holiday_form_inner dl {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .cont_wrap {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
  }
  .main_weekday {
    background-image: url(../img/weekday/top_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 226px;
    margin-top: 80px;
  }
  .main_consultation {
    background-image: url(../img/consultation/top_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 226px;
    margin-top: 80px;
  }
  .main .main_ttl {
    font-size: 28px;
  }
  .main .ttl_weekday {
    font-size: 18px;
  }
  .main_ttl span {
    font-size: 14px;
  }
  .main_cont {
    margin-top: 79px;
  }
  .ttl_weekday {
    font-size: 18px;
    margin-top: 44px;
    padding-top: 51px;
  }
  .ttl_bg-weekday::before {
    top: -6px;
    width: 481px;
  }
  .ttl_bg-holiday::before {
    top: -21px;
    width: 481px;
  }
  .weekday_lead {
    font-size: 16px;
    padding-top: 17px;
  }
  .ttl_recommended {
    font-size: 17px;
    padding: 12px 30px;
  }
  .doubt_wrap {
    padding-top: 40px;
  }
  .doubt_wrap li {
    width: 87.6271186%;
    padding: 32px 41px;
  }
  .ttl_merit {
    font-size: 25px;
    margin-top: 62px;
  }
  .merit_box::before  {
    width: 4.8em;
    height: 4.8em;
  }
  .ttl_number {
    font-size: 78px;
  }
  .merit_box {
    padding: 24px;
  }
  .merit_box h4 {
    font-size: 19px;
  }
  .merit_box h4 .merit_num {
    font-size: 32px;
  }
  .merit_box h5 {
    font-size: 17px;
  }
  .merit_txt {
    font-size: 14px;
  }
  .form_wrap {
    width: 884px;
    margin: 0 auto;
    padding-top: 62px;
  }
  .btn_contact_wrap .btn {
    width: 417px;
  }
  .btn_contact_wrap .btn .btn-text {
    font-size: 17px;
    padding: 15px 0;
  }
  .btn.btn-hover .btn-bg {
    width: 0;
    height: 100%;
    transition: all 0.3s;
  }
  .btn.btn-hover:hover .btn-text {
    color: #FFFFFF;
    transition: all 0.3s;
  }
  .btn.btn-hover:hover .btn-bg {
    width: 100%;
    transition: all 0.3s;
  }
  .btn.btn-hover .bg_color {
    background-color: #fc7186;
  }
  .btn.btn-hover .bg_color2 {
    background-color: #5ad288;
  }
  .btn.btn-hover .bg_color3 {
    background-color: #848472;
  }
  .btn_tel {
    margin-top: 43px;
    width: 417px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_tel a {
    font-size: 17px;
    padding: 15px 0;
  }
  .btn_icon::before {
    width: 19px;
    height: 100%;
    left: 102px;
  }
  .btn_tel.animated:hover {
    -webkit-animation: swing 1s;
            animation: swing 1s;
  }
  .ttl_consultation {
    font-size: 24px;
    margin-top: 90px;
  }
  .ttl_consultation h3 {
    font-weight: normal;
  }
  .holiday_form_wrap {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 64px;
  }
  .holiday_form_inner {
    padding: 32px 32px 43px 32px;
  }
  .holiday_form_inner dt {
    font-size: 19px;
  }
  .holiday_form_inner dd {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 23px;
    padding-bottom: 32px;
  }
  .btn_holiday {
    width: 68%;
  }
  .btn_holiday.animated:hover {
    -webkit-animation: swing 1s;
            animation: swing 1s;
  }
  .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: 20px;
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 767px) {
  .ttl_recommended {
    width: 88%;
    margin: 4rem auto 0;
  }
  .doubt_wrap li {
    box-shadow: 8px 8px #f6f6f6;
  }
  .doubt_txt {
    padding: 1.8rem 1rem;
  }
  .ttl_merit {
    text-align: center;
  }
  .merit_box:not(:first-of-type) {
    margin-top: 3.6rem;
  }
  .btn_contact_wrap a {
    background-color: #fff;
  }
  .btn_contact_wrap .btn:not(:first-of-type) {
    margin-top: 3rem;
  }
  .btn-color {
    border: 2px solid #fc7186;
  }
  .btn-color2 {
    border: 2px solid #5ad288;
  }
  .btn-color3 {
    border: 2px solid #848472;
  }
  .holiday_form_inner:not(:first-of-type) {
    margin-top: 5.2rem;
  }
  .salon_image {
    width: 72%;
  }
  .location {
    margin-top: 12px;
  }
  .salon_contact {
    border-bottom: solid 6px #f4f0e9;
  }
}

@media screen and (min-width: 767px) {
  .main .main_ttl {
    padding-top: 84px;
  }
  .ttl_recommended {
    display: inline-block;
  }
  .doubt_wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 8px #f6f6f6;
    box-sizing: border-box;
  }
  .doubt_wrap li:nth-child(2) {
    margin-left: auto;
  }
  .ilust {
    width: 41.3276231263%;
  }
  .doubt_txt {
    width: 53.426124197%;
  }
  .merit_wrap {
    display: flex;
    justify-content: space-between;
  }
  .merit_box {
    width: 31.779661%;
  }
  .form_wrap {
    display: flex;
    justify-content: space-between;
  }
  .holiday_form_wrap {
    display: flex;
    justify-content: space-between;
  }
  .holiday_form_inner {
    width: 48%;
    display: flex;
    flex-direction: column;
  }
  .btn_holiday {
    margin: auto auto 0;
  }
  .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 (min-width: 769px) {
  .doubt_txt dt {
    font-size: calc((18 - 14) * ((100vw - 769px) / (1179 - 769)) + 14px);
  }
  .doubt_txt dd {
    font-size: calc((15 - 10) * ((100vw - 769px) / (1179 - 769)) + 10px);
  }
}

@media (min-width: 1180px) {
  .doubt_txt dt {
    font-size: 20px;
  }
  .doubt_txt dd {
    font-size: 15px;
  }
}
