.section-outline {
  padding-bottom: 20px;
}
.section-outline .box01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.section-outline .box01__txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-outline .box01__txt {
    width: 100%;
  }
}
.section-outline .box01__img {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .section-outline .box01__img {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.section-outline .box01__img img {
  margin: 0 auto;
}
.section-outline .box01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.section-outline .box01 tr {
  border-bottom: 1px solid #e0e0e0;
}
.section-outline .box01 th,
.section-outline .box01 td {
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .section-outline .box01 th,
.section-outline .box01 td {
    padding: 5px 10px;
  }
}
.section-outline .box01 th {
  background-color: #fef2f2;
  width: 120px;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .section-outline .box01 th {
    width: 100px;
  }
}
.section-outline .box01 a {
  color: #e35675;
  text-decoration: underline;
}
.section-outline .box01 a:hover {
  text-decoration: none;
}
.section-outline .box01 a::after {
  content: "open_in_new";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 1rem;
}
.section-salon {
  padding: 20px 0;
}
.section-salon .box01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.section-salon .box01__txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-salon .box01__txt {
    width: 100%;
  }
}
.section-salon .box01__img {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .section-salon .box01__img {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.section-salon .box01__img img {
  margin: 0 auto;
}
.section-salon .box01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.section-salon .box01 tr {
  border-bottom: 1px solid #e0e0e0;
}
.section-salon .box01 th,
.section-salon .box01 td {
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .section-salon .box01 th,
.section-salon .box01 td {
    padding: 5px 10px;
  }
}
.section-salon .box01 th {
  background-color: #fef2f2;
  width: 120px;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .section-salon .box01 th {
    width: 100px;
  }
}
.section-salon .box01 a {
  color: #e35675;
  text-decoration: underline;
}
.section-salon .box01 a:hover {
  text-decoration: none;
}
.section-salon .box01 a::after {
  content: "open_in_new";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 1rem;
}
.section-salon .box02 {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-salon .box02 {
    display: block;
  }
}
.section-salon .box02__left {
  flex: 0 0 364px;
  margin-top: 20px;
}
.section-salon .box02__right {
  flex-grow: 1;
  margin-top: 20px;
}
.section-salon .box02__right iframe {
  border: 0;
  width: 100%;
}
.section-staff {
  padding: 20px 0;
}
.section-staff .box01 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-staff .box01 {
    display: block;
  }
}
.section-staff .box01__txt {
  margin-top: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .section-staff .box01__txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .section-staff .box01__txt {
    margin-top: 10px;
  }
}
.section-staff .box01__img {
  flex: 0 0 491px;
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  .section-staff .box01__img {
    flex-basis: 340px;
  }
}
.section-staff .box01__img img {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section-staff .box01__img img {
    max-width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .section-staff .box01__img img {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .section-staff .box01 h3 {
    left: 0;
  }
}
.section-staff .box02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-staff .box02 {
    display: block;
  }
}
.section-staff .box02__txt {
  margin-top: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .section-staff .box02__txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .section-staff .box02__txt {
    margin-top: 10px;
  }
}
.section-staff .box02__img {
  flex: 0 0 425px;
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  .section-staff .box02__img {
    flex-basis: 340px;
  }
}
.section-staff .box02__img img {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section-staff .box02__img img {
    max-width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .section-staff .box02__img img {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .section-staff .box02 h3 {
    right: 0;
  }
}
.section-staff .box03 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-staff .box03 {
    display: block;
  }
}
.section-staff .box03__txt {
  margin-top: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .section-staff .box03__txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .section-staff .box03__txt {
    margin-top: 10px;
  }
}
.section-staff .box03__img {
  flex: 0 0 424px;
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  .section-staff .box03__img {
    flex-basis: 340px;
  }
}
.section-staff .box03__img img {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section-staff .box03__img img {
    max-width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .section-staff .box03__img img {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .section-staff .box03 h3 {
    right: 0;
  }
}
.section-staff h3 {
  font-size: 3rem;
  font-weight: normal;
  color: #e35675;
  line-height: 1.2;
}
@media screen and (max-width: 1180px) {
  .section-staff h3 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .section-staff h3 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .section-staff h3 {
    position: absolute;
    top: 10px;
    font-size: 1.25rem;
  }
}
.section-staff .txt01 {
  margin-top: 10px;
}
.section-staff .post {
  border-top: 2px solid #e35675;
  margin-top: 20px;
}
.section-staff h4 {
  display: inline-block;
  background-color: #e35675;
  padding: 2px 10px 4px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.2;
  vertical-align: top;
}
.section-staff li {
  display: flex;
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.section-staff .dt {
  width: 44px;
}
