@charset "utf-8";
/* CSS Document */
@media (min-width:769px) {
  .section-top {
    margin-bottom: 150px;
  }
  .section-top__visual {
    width: 100%;
    height: 634px;
    background-image: url("../images/top_image_pc@2x.jpg");
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .section-top__navi {
    display: none;
  }
  .section-top__telephone {
    display: flex;
  }
  .section-top__header__illast {
    margin: 20px 30px 0 0;
  }
  .section-top__header__telephonenumber {
    margin-top: 27px;
    font-size: 2.0rem;
  }
  .section-top__navi__humberger {
    margin-top: 0px;
  }
}
.section-stylist {
  margin-bottom: 80px;
}
.section-stylist__flex-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.section-stylist__title {
  padding-right: 30px;
}
.section-stylist__image {
  margin-top: 50px;
  width: 100%;
}
.section-stylist__flex-inner {
  position: relative;
}
.section-stylist__image img {
  width: 303px;
  max-height: 200px;
  margin-right: auto;
  object-fit: cover;
}
.section-stylist__nameplate__kana {
  width: 200px;
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  background-color: rgba(49, 14, 0, 0.7);
  padding: 5px 0 5px 20px;
  position: absolute;
  top: 190px;
  left: -50px;
}
.section-stylist__nameplate {
  width: 200px;
  font-size: 1.7rem;
  color: #fff;
  background-color: rgba(49, 14, 0, 0.7);
  padding: 15px 0 15px 20px;
  position: absolute;
  top: 227px;
  left: -50px;
}
.section-stylist__discription {
  width: 87%;
    margin: 0 auto;
  line-height: 2.6rem;
}
@media (min-width:769px) {
  .section-stylist {
  margin: 0 auto 282px;
    max-width: 1366px;
    
}
  .section-stylist__title {
  padding: 0 70px 0 139px;
}
  .section-stylist__flex-wrapper {
  justify-content: normal;
  
}
  .section-stylist__flex__inner {
  margin-top: 60px;
}
  .section-stylist__detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .section-stylist__detail__discription {
    width: 447px;
/*    flex-basis: 50%;*/
    margin: 0 70px 40px 0;
  }
  .section-stylist__detail__image {
/*    flex-basis: 50%;*/
    width: 300px;
    object-fit: cover;
  }
  .section-stylist__nameplate__kana {
  width: 300px;
    height: 40px;
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(49, 14, 0, 0.7);
  position: absolute;
  top: 190px;
  left:  450px;
     display:flex;
  align-items: center;
}
.section-stylist__nameplate {
  width: 300px;
  height: 60px;
  font-size: 1.8rem;
  color: #fff;
  background-color: rgba(49, 14, 0, 0.7);
  position: absolute;
  top: 244px;
  left: 450px;
     display:flex;
  align-items: center;
}
}
